home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / obstack.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  509 b   |  18 lines

  1. *** orig/libgplus.262/libgplus/src/obstack.cc    Sun Dec 18 20:19:16 1994
  2. --- src/libgplus.262/libgplus/src/obstack.cc    Sun Dec 18 20:20:24 1994
  3. ***************
  4. *** 20,26 ****
  5. --- 20,31 ----
  6.   #endif
  7.   #include <limits.h>
  8.   #include <builtin.h>
  9. + #ifndef __MSDOS__
  10.   #include <Obstack.h>
  11. + #else
  12. + #pragma implementation "_Obstack.h"
  13. + #include <_Obstack.h>
  14. + #endif
  15.   
  16.   /* We use subtraction of (char *)0 instead of casting to int
  17.      because on word-addressable machines a simple cast to int
  18.